From f373191625a0db097f612fed120a4b58811511ce Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Sun, 9 Nov 2003 12:47:18 +0000 Subject: [PATCH] bitkeeper revision 1.578 (3fae3756SF5aAJmGkJg6zgxL7vvXCw) Makefile: No longer build xen_log by default. --- tools/misc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/misc/Makefile b/tools/misc/Makefile index f48e76a728..a20663d4de 100644 --- a/tools/misc/Makefile +++ b/tools/misc/Makefile @@ -7,7 +7,7 @@ HDRS = $(wildcard *.h) SRCS = $(wildcard *.c) OBJS = $(patsubst %.c,%.o,$(SRCS)) -TARGETS = xen_read_console xen_log xen_cpuperf xen_refresh_dev +TARGETS = xen_read_console xen_cpuperf xen_refresh_dev INSTALL = $(TARGETS) xen-mkdevnodes xen_nat_enable xen-clone -- 2.30.2